//==============================================================================
// Hero Egyptian_anim.txt
//==============================================================================


//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define Sword
{
   TechLogic Copper Weapons/Bronze Weapons/Iron Weapons
   set hotspot
   {
      version
      {
         Visual Weapon Sword Bastard
      }
   }
   set hotspot
   {
      version
      {
         Visual Weapon Sword Short
      }
   }
   set hotspot
   {
      version
      {
         Visual Weapon Sword Long
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_IdleA
            connect RightHand Sword hotspot
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_walkA
            connect RightHand Sword hotspot
			Connect FRONTABDOMEN heroglow hotspot
				Tag FootstepLeft 0.0 true
				Tag FootstepRight 0.5 true

         }
      }
   }
}

//==============================================================================
anim Build
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_summonA
            connect RightHand Sword hotspot
			Connect FRONTABDOMEN heroglow hotspot

         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_FlailA
            connect RightHand Sword hotspot
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_walkA
            connect RightHand Sword hotspot
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim CastAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_attacksummonA
			Connect FRONTABDOMEN heroglow hotspot
			connect RightHand Sword hotspot
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
         }
      }
   }
}


//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_attackA
			Connect FRONTABDOMEN heroglow hotspot
            connect RightHand Sword hotspot
			Tag Attack 0.4 true
			Tag GenericSound 0.4 true
			Tag FootstepLeft 0.0 true
			Tag FootstepRight 0.5 true
         }
      }
   }
}

//==============================================================================
/*
anim walkAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_attackA
			Connect FRONTABDOMEN heroglow hotspot
            connect RightHand Sword hotspot
			Tag Attack 0.4 true
			Tag GenericSound 0.4 true
			Tag FootstepLeft 0.0 true
			Tag FootstepRight 0.5 true
         }
      }
   }
}
*/

//==============================================================================
anim Death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Hero_deathA
            connect RightHand Sword hotspot
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
//anim Birth
//{
   //SetSelector none 
   //{
      //set hotspot
      //{
         //version
         //{
            //Visual God Power Test A
         //}
      //}
   //}
//}


